ModifyRiskCheckStatus
Description
call the ModifyRiskCheckStatus interface to modify the detection result status of the check item, which supports ignoring or canceling ignoring.
Request Method
POST
Request Path
/apsara/route/Sas/ModifyRiskCheckStatus
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Status | BODY | string | Yes | ignored | the processing status of the check item. Valid values include: ignored: Ignore reset: cancel ignoring |
TaskId | BODY | long | Yes | 57 | ID of the check task to which the check item belongs. |
SourceIp | BODY | string | No | 1.2.3.4 | access source IP address. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
Lang | BODY | string | No | zh | the language type of the request and receive message. Valid values include: zh: Chinese en: English |
ItemId | BODY | long | Yes | 1 | check item ID. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 48D2E9A9-A1B0-4295-B727-0995757C47E9 | request ID. |
Example
Successful Response example
{
"RequestId":"48D2E9A9-A1B0-4295-B727-0995757C47E9"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}